home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / VBASIC / CALENDR2.ZIP / README.TXT < prev   
Encoding:
Text File  |  1995-03-03  |  886 b   |  26 lines

  1. This version of calendar is a variation from the one that is originally uploaded by 
  2. James Marlow (72732.407@COMPUSERVE.COM)
  3.  
  4. What's new in this version:
  5. . no more threed vbx
  6. . keyboard interface
  7. . simply a little faster
  8.  
  9. To use this calendar:
  10. . insert Calendar.frm into your project
  11. . copy, paste GetDate function into your project
  12.  
  13. Function Syntax:
  14. . GetDate(date as variant) as variant
  15.   
  16.   example:   text1.text = GetDate(Now)
  17.  
  18.   this will display the calendar of today, and when a date is selected, the selected date is set to text1
  19.  
  20.  
  21. Thanks to James Marlow for uploading the original Calendar version.
  22. As always, this version is also free.   You have the right to modify, reproduce, redistribute this version, 
  23. as long as I will not be held responsible for any errors in your program caused by using this calendar 
  24. module.
  25.  
  26. Eka, 72560,1630@compuserve.com